download Artifact
suspend fun downloadArtifact(name: String, path: String? = null, createArtifactFolder: Boolean = false): DownloadResponse
Content copied to clipboard
Downloads a single artifact associated with a run. Will error if it fails.
Parameters
suspend fun downloadArtifact(name: String, path: Path? = null, createArtifactFolder: Boolean = false): DownloadResponse
Content copied to clipboard
Downloads a single artifact associated with a run